home *** CD-ROM | disk | FTP | other *** search
/ InfoMagic Internet Tools 1995 April / Internet Tools.iso / dos_win / lanman / drivers / dos / TRW / TRWD.ZIP / NDISCRT.BAT < prev    next >
Encoding:
DOS Batch File  |  1992-04-01  |  526 b   |  21 lines

  1. echo Build script for the TRW PC2001/PC3001 adapters
  2. echo Place all these files on a blank floppy and run
  3. echo this batch file to create oem driver tree
  4.  
  5. md \MSLANMAN.DOS
  6. md \MSLANMAN.DOS\DRIVERS
  7. md \MSLANMAN.DOS\DRIVERS\NIF
  8. md \MSLANMAN.DOS\DRIVERS\ETHERNET
  9. md \MSLANMAN.DOS\DRIVERS\ETHERNET\TRW
  10.  
  11. copy \*.nif     \mslanman.dos\drivers\nif /v
  12. del \*.nif
  13. copy \*.*       \mslanman.dos\drivers\ETHERNET\TRW /v
  14. del \TRW.DOS
  15. del \PROTOCOL.INI
  16. del \LIBRARY.TXT
  17. del *.BIN
  18. echo  
  19. echo  
  20. echo Diskette is complete
  21.